ComponentOne FlexReport for WinForms
AsyncOperationWithProgressCompletedHandler<TResult,TProgress> Delegate

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : AsyncOperationWithProgressCompletedHandler<TResult,TProgress> Delegate
The type of the progress data.
The asynchronous operation.
The status of asynchronous action.
Represents a method that handles the completed event of an asynchronous operation that provides progress updates.
Syntax
'Declaration
 
Public Delegate Sub AsyncOperationWithProgressCompletedHandler
    (Of TResult,TProgress)( _
   ByVal asyncInfo As IAsyncOperationWithProgress(Of TResult,TProgress), _
   ByVal asyncStatus As AsyncStatus _
) 
public delegate void AsyncOperationWithProgressCompletedHandler<TResult,TProgress>( 
   IAsyncOperationWithProgress<TResult,TProgress> asyncInfo,
   AsyncStatus asyncStatus
)

Parameters

asyncInfo
The asynchronous operation.
asyncStatus
The status of asynchronous action.

Type Parameters

TResult
TProgress
The type of the progress data.
See Also

Reference

AsyncOperationWithProgressCompletedHandler<TResult,TProgress> Members
C1.Win.C1Document Namespace